home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 015 / hplogo.arc / LOGO.DOC < prev    next >
Encoding:
Text File  |  1985-12-27  |  2.1 KB  |  59 lines

  1.             ***************************************
  2.             *                                     *
  3.             *                                     *
  4.             *    LOGO       file print with logo  *
  5.             *                on HP Laserjet       *
  6.             *                                     *
  7.             ***************************************
  8.  
  9.  The LOGO program will insert a logo symbol into any document
  10.     for printing on a HP LaserJet printer. The logo symbol is
  11.     designed by you, by making an image of the logo with any
  12.     standard text editor.
  13.  
  14. The logo symbol is placed in the top right corner of the page.
  15.  
  16.  
  17. LOGO accepts one arg on the command line: the file name
  18.     of the file to be printed.
  19.  
  20. The output is a file with the same name as the input file but
  21. with an extension of ".LGO"
  22.  
  23. The output file can then be copy'ed to a H-P LaserJet printer.
  24.  
  25. The custom logo is inserted into the document at the top
  26. of the first page, and just before every Form-Feed character
  27. within the document.
  28.  
  29. *---------------------------------------------------------------*
  30.  
  31. The LOGO:
  32.  
  33. The logo is a graphics "picture" that you design. It could be a
  34. symbol of the software system you are coding, or your corporate logo...
  35.  
  36. The logo image is in a file called LOGO.HDR
  37.  
  38. The image can be designed by you, using any normal editor.
  39. Each bit position in the graphics logo is represented by a
  40. character position in the LOGO.HDR file.
  41. A space character is printed as a blank dot, and any non-space
  42. character is plotted as a "dot" in the graphics image.
  43.  
  44. The image file can only be lines of 256 characters max !
  45. Use a smaller image line if you want, and the number of lines
  46. is limited only by memory....
  47.  
  48.  
  49. Have fun..........
  50.  
  51. /=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=\
  52. | Copyright 1986 by:                  |
  53. |                                     |
  54. |          Whitfield Gregg            |
  55. |          1 Horizon Road.            |
  56. |          Ft. Lee, NJ 07024          |
  57. |                                     |
  58. \=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=/
  59.